Namespaces

Types in FluentNHibernate.Mapping

Type ManyToOnePart<TOther>

Namespace FluentNHibernate.Mapping

Interfaces IManyToOneMappingProvider

Methods

Properties

Public instance methods

ManyToOnePart<TOther> Columns(Expression`1[] columns)

ManyToOnePart<TOther> Columns(String[] columns)

Specifies the columns used in this relationship
Parameters
String[] columns

Columns

Public properties

AccessStrategyBuilder<T> Access get;

Specifies the access strategy for this relationship

CascadeExpression<TParent> Cascade get;

Specifies the cascade behaviour for this relationship

FetchTypeExpression<TParent> Fetch get;

Set the fetching strategy

ManyToOnePart<TOther> Not get;

Inverts the next boolean

NotFoundExpression<TParent> NotFound get;

Set the behaviour for when this relationship is null in the database